JavaScript

{grid.object}openLookup Method

Syntax

{grid.Object}.openLookup(part,rowNum,fieldName)

Arguments

part

'G' - for a field in the Grid part, or 'D' - for a field in the Detail View part.

rowNum

The number of the row in the given field.

fieldName

The field for which the Lookup was defined. Must be uppercase.

Description

Opens the lookup Grid for a particular field.

See Also